Languages & Tools
epub, pdf |eng | 2013-01-13 | Author:Dorothy J. Hoskins [Dorothy J. Hoskins]
Note Complex DTDs may consist of multiple .dtd, .mod, and .ent files that combine to provide the complete XML content model. You may have to create a single DTD file ...
( Category:
XML
March 26,2014 )
epub |eng | 2011-03-25 | Author:Rebecca M. Riordan
But of course any recipe yields a certain amount, and that’s useful information. Take, for example, a recipe that yields 2 quarts of soup. That might serve 4 as a ...
( Category:
Visual Basic
March 26,2014 )
epub, pdf |eng | 2011-07-21 | Author:Matthew B. Doar [Matthew B. Doar]
Figure 4-1. Custom Field Types and Searchers The next section covers some of the underlying mechanisms of how searchers work. An understanding of this is helpful when you come to ...
( Category:
Java
March 26,2014 )
epub |eng | 2012-10-22 | Author:Michael Ernest
Review Questions 1. If you declare a class final, you cannot do which of the following: A. Make an object of that type B. Recompile the code C. Subclass it ...
( Category:
Object-Oriented Design
March 26,2014 )
epub, pdf |eng | 2013-07-17 | Author:Eric A. Meyer
Figure 1-13. Absolute font sizes Working from the assumption that medium equals 16px, for different scaling factors, we get the absolute size equivalents shown in Table 1-5. (The values shown ...
( Category:
CSS
March 26,2014 )
epub, pdf |eng | 2012-10-26 | Author:Jack Purdum
Always Call the Default Constructor You might be asking yourself: “Why bother calling the default constructor? If you never use the content of current, who cares?” Well, given the way ...
( Category:
Object-Oriented Design
March 26,2014 )
epub, mobi, pdf |eng | 2013-03-25 | Author:Craig Sharkie, Andrew Fisher [Sharkie, Craig]
Adapting Our Example Ahead, the road remains rocky for adaptive images. While srcset has entered draft status with the W3C, the document itself points out that “(i)mplementors should be aware ...
( Category:
JavaScript
March 26,2014 )
epub, pdf |eng | 2013-03-10 | Author:John Anderson
tableview = Ti.UI.createTableView(); rowData = []; for (i=0; i < 5; i++) { row = Ti.UI.createTableViewRow(); btn1 = Ti.UI.createButton({left:10,height:30,width:75,title:"Button1"}); btn2 = Ti.UI.createButton({right:10,height:30,width:75,title:"Button2"}); row.add(btn1); row.add(btn2); rowData.push(row); } tableview.setData(rowData); tableview.addEventListener('click',function(evt){ Ti.API.info(evt); }) ...
( Category:
JavaScript
March 26,2014 )
epub, pdf |eng | 2013-03-24 | Author:Evan Hahn
expect(8).toBeGreaterThan(5); expect(5).toBeLessThan(12); expect("a").toBeLessThan("z"); // Notice that it works for strings too! Not too difficult! Nearness: toBeCloseTo toBeCloseTo allows you to check if a number is close to another number, given ...
( Category:
JavaScript
March 26,2014 )
epub, pdf |eng | 2012-03-08 | Author:Joshua Marinacci [Joshua Marinacci]
GWT Mobile UI To use GWT Mobile UI we first need to get it. You can download the source from here and compile it by hand, or download the prebuilt ...
( Category:
Electronics
March 26,2014 )
epub |eng | 2013-03-20 | Author:Sandeep Chanda & Damien Foggon [Chanda, Sandeep & Foggon, Damien]
Entity Framework is Microsoft’s preferred Object Relation Mapper data access platform for use in data-driven applications built using the .NET Framework. Entity Framework consists of tools, .NET Framework components, language ...
( Category:
C#
March 26,2014 )
Professional: Windows® 8 Programming by Nick Lecrenski & Doug Holland & Allen Sanders & Kevin Ashley
epub |eng | 2012-12-04 | Author:Nick Lecrenski & Doug Holland & Allen Sanders & Kevin Ashley
2. Launch the Data Samples on both PCs with proximity initiated, and bring the apps to the foreground. 3. Click the Proximity example on both PCs, select the Subscribe for ...
( Category:
Software Development
March 26,2014 )
epub |eng | 2012-12-13 | Author:Mohammad Rahman
/* Replace _items with the temporary array which currently holding * existing contents of the _items array and empty items * for the expanded cells. */ this._items = destinationArray; } ...
( Category:
Object-Oriented Design
March 26,2014 )
mobi, epub |eng | 2009-02-09 | Author:Bruce A. Tate
Catalyst Have a tremendously popular application or framework that transcends programming languages. Familiarity Be easy for Java developers to learn. Simplicity Make it easy to solve simple problems. Language Features ...
( Category:
Object-Oriented Design
March 25,2014 )
mobi |eng | 0101-01-01 | Author:McGrath, Mike [McGrath, Mike]
7 Embedding media content This chapter demonstrates how to create content-rich web pages by embedding media objects within HTML5 documents. Embedding objects An external resource can be embedded into an ...
( Category:
Languages & Tools
March 25,2014 )
Categories
Ajax | Assembly Language Programming |
Borland Delphi | C & C++ |
C# | CSS |
Compiler Design | Compilers |
DHTML | Debugging |
Delphi | Fortran |
Java | Lisp |
Perl | Prolog |
Python | RPG |
Ruby | Swift |
Visual Basic | XHTML |
XML | XSL |
Popular ebooks
Adobe Camera Raw For Digital Photographers Only by Rob Sheppard(16756)Deep Learning with Python by François Chollet(12563)
Hello! Python by Anthony Briggs(9911)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(9794)
The Mikado Method by Ola Ellnestam Daniel Brolund(9775)
Dependency Injection in .NET by Mark Seemann(9335)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8292)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7758)
Grails in Action by Glen Smith Peter Ledbrook(7693)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(7557)
Becoming a Dynamics 365 Finance and Supply Chain Solution Architect by Brent Dawson(7012)
Microservices with Go by Alexander Shuiskov(6780)
Practical Design Patterns for Java Developers by Miroslav Wengner(6692)
Test Automation Engineering Handbook by Manikandan Sambamurthy(6633)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(6409)
Angular Projects - Third Edition by Aristeidis Bampakos(6041)
The Art of Crafting User Stories by The Art of Crafting User Stories(5572)
NetSuite for Consultants - Second Edition by Peter Ries(5503)
Demystifying Cryptography with OpenSSL 3.0 by Alexei Khlebnikov(5305)
Kotlin in Action by Dmitry Jemerov(5058)
